home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / vltj5867.lha / VLT / rexx / SCPMouse.vlt < prev    next >
Text File  |  1992-03-11  |  218b  |  15 lines

  1. /** SCPMouse.vlt
  2. *
  3. *   Another example of how to use mouse programming.
  4. *
  5. *   Willy Langeveld, March 1992.
  6. *
  7. **/
  8. vltport = address()
  9.  
  10. "@@SCPMouse.rexx "vltport
  11.  
  12. "mouse (~rx 'address "vltport"SCPMOUSE %X %Y %l')"
  13.  
  14. exit
  15.